You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > ScaleCols Method > Matrix.ScaleCols Method ([In] TMtx, [In] TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ScaleCols Method ([In] TMtx, [In] TVec)

Scale all Mtx matrix columns with values from Src.

Syntax
C#
Visual Basic
public TMtx ScaleCols([In] TMtx Mtx, [In] TVec Src);

Src.Length must be equal to Mtx.Cols. The result is stored to the calling matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!